home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 051-075 / 051 / sq.usq / sqcom.h < prev    next >
C/C++ Source or Header  |  1995-03-13  |  425b  |  21 lines

  1. #ifdef SQMAIN
  2. #define EXTERN
  3. #else
  4. #define EXTERN extern
  5. #endif
  6.  
  7. /* Definitions and external declarations */
  8.  
  9. #define RECOGNIZE 0xFF76    /* unlikely pattern */
  10.  
  11. /* *** Stuff for first translation module *** */
  12.  
  13. #define DLE 0x90
  14.  
  15. EXTERN unsigned int crc;    /* error check code */
  16.  
  17. /* *** Stuff for second translation module *** */
  18.  
  19. #define SPEOF 256    /* special endfile token */
  20. #define NUMVALS 257    /* 256 data values plus SPEOF*/
  21.